const runtime._Prunning
10 uses
runtime (current package)
mgcpacer.go#L720: if p.status != _Prunning {
preempt.go#L288: return mp.locks == 0 && mp.mallocing == 0 && mp.preemptoff == "" && mp.p.ptr().status == _Prunning
proc.go#L5815: gp.m.p.ptr().status = _Prunning
proc.go#L5944: pp.status = _Prunning
proc.go#L5965: if pp.m.ptr() != gp.m || pp.status != _Prunning {
proc.go#L6286: if s == _Prunning || s == _Psyscall {
proc.go#L6351: if pp.status != _Prunning {
proc.go#L6962: if pp.status == _Prunning {
runtime2.go#L129: _Prunning
tracestatus.go#L97: case _Prunning:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)